Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Allow restricting a chat command to a specific guild (Fixes #70) #82

Merged
merged 6 commits into from
Jun 6, 2024

Conversation

Log1x
Copy link
Member

@Log1x Log1x commented Jun 6, 2024

Change log

Enhancements

  • ✨ Allow restricting a chat command to a specific guild (Fixes 🧑‍💻 Add $guild property to restrict chat commands to specific guilds #70)
  • 🔒 Filter guild-specific commands when using !help
  • 🎨 Sort the !help commands by name
  • 🎨 Clean up Str::toString() usage
  • 🎨 Ensure that Message::$color is set as a string
  • ✨ Add a status command to the bot stdin
  • 🎨 Add missing type on the loop property
  • 🧑‍💻 Abstract the logger into a method to make it easier to override
  • 📝 Update the features list

@Log1x Log1x merged commit d13e5ef into main Jun 6, 2024
1 check passed
@Log1x Log1x deleted the log1x/patch-1 branch June 6, 2024 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🧑‍💻 Add $guild property to restrict chat commands to specific guilds
1 participant